home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Full / NetObjects Fusion 9 Standard / NOF9_Full_EN.exe / data1.cab / FSI / lib / nof / ProgId.js < prev    next >
Encoding:
Text File  |  2005-11-16  |  1021 b   |  26 lines

  1. if (!IS.isModuleInitialized("IS.NOF.ProgId")){
  2.  
  3.     function NOF_ProgId( ) {
  4.             this.__proto__ = NOF_ProgId.prototype;    
  5.  
  6.             this.Version = "9000000.0";
  7.  
  8.             this.FSIApplication = "FSI.FSIApplication.9000000.0";
  9.             this.FSIApplication2 = "FSI.FSIApplication2.9000000.0";
  10.             this.FSIProfile = "FSI.FSIProfile.9000000.0";
  11.             this.FSIDirIterator = "FSI.FSIDirIterator.9000000.0";
  12.             this.FSIImporter = "FSI.FSIImporter.9000000.0";
  13.             this.FSIFilter = "FSI.FSIFilter.9000000.0";
  14.             this.FSIFileOpenDlg = "FSI.FSIFileOpenDlg.9000000.0";
  15.             this.FSIImageOpenDlg = "FSI.FSIImageOpenDlg.9000000.0";
  16.             this.FSIFtp = "FSI.FSIFtp.9000000.0";
  17.             this.FSIRegIterator = "FSI.FSIRegIterator.9000000.0";
  18.             this.PublishServerManager = "FSI.PublishServerManager.9000000.0";
  19.             this.FSINode = "FSI.FSINode.9000000.0";
  20.             this.FSIPopups = "FSI.FSIPopups.9000000.0";
  21.             this.FSIPopupPreview = "FSI.FSIPopupPreview.9000000.0";
  22.             this.FSIImage = "FSI.FSIImage.9000000.0";
  23.     }
  24.     
  25.     NOF.__proto__.ProgId = new NOF_ProgId();
  26. }